home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / clisp-li.000 / clisp-li / clisp-1996-07-22 / regexp / link.sh next >
Encoding:
Text File  |  1995-06-22  |  337 b   |  12 lines

  1. file_list=''
  2. mod_list=''
  3. if test -f regexp.c; then
  4.   file_list="$file_list"' regexp.o'
  5.   mod_list="$mod_list"' regexp'
  6. fi
  7. make CC="${CC}" CFLAGS="${CFLAGS}" INCLUDES="$absolute_linkkitdir" $file_list regexi.o regex.o
  8. NEW_FILES="$file_list regexi.o regex.o"
  9. NEW_LIBS="$file_list regexi.o regex.o"
  10. NEW_MODULES="$mod_list"
  11. TO_LOAD='regexp'
  12.